home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / VCDemo / Headers / EventLoop.h next >
Encoding:
C/C++ Source or Header  |  1995-03-15  |  477 b   |  15 lines  |  [TEXT/MPCC]

  1. /*
  2.     EventLoop.h
  3.  
  4.     Global variables
  5.  
  6.     © 1995 Apple Computer, Inc.
  7. */
  8.  
  9. extern Boolean        WNE_available;        /* true if WaitNextEvent is available */
  10. extern Boolean        Done;                /* Set to true when the user quits                                     */
  11. extern Boolean        KeyPressed;            /* true if user pressed a key this time through event loop             */
  12. extern char            KeyValue;            /* the ascii character last typed                                     */
  13. extern Boolean        BackgroundFlag;        /* true if the app is currently in the background */
  14.  
  15. /* EOF */